sequential search - traducción al ruso
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

sequential search - traducción al ruso

SEARCH ALGORITHM IN UNSORTED LISTS
Sequential search; Linear search algorithm

sequential search         
последовательный поиск
sequential search         

общая лексика

последовательный поиск

синоним

linear search

Смотрите также

search

sequential search         
последовательный поиск

Definición

поисковик
м.
Геолог, занимающийся поисками полезных ископаемых.

Wikipedia

Linear search

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

A linear search runs in at worst linear time and makes at most n comparisons, where n is the length of the list. If each element is equally likely to be searched, then linear search has an average case of n+1/2 comparisons, but the average case can be affected if the search probabilities for each element vary. Linear search is rarely practical because other search algorithms and schemes, such as the binary search algorithm and hash tables, allow significantly faster searching for all but short lists.

¿Cómo se dice sequential search en Ruso? Traducción de &#39sequential search&#39 al Ruso